Api.StopLog 方法

停止将指定资料记录到记录共享记忆体中。

命名空间IntervalZero.KINGSTAR.OpcUa.Api

组合: IntervalZero.KINGSTAR.OpcUa.Api (于 IntervalZero.KINGSTAR.OpcUa.Client.dll) 版本:4.4.0.0

语法

C#VB
public KsCommandStatus<int> StopLog()
Public Function StopLog() As KsCommandStatus(Of Integer)

回传值

型别:KsCommandStatus<int>

回传一个方法的状态及一个整数。

备注

若由其他应用程式启动 StopLog 或无 KsCommandStatus 变数,StopLog 将停止记录。

可用的 EtherCAT 状态

ecatOP

范例

C#
N/A

参见

Api 类别

IntervalZero.KINGSTAR.OpcUa.Api 命名空间